ResourceGetAllowedMethods Method (String) |
Gets the all allowed methods.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic string[] GetAllowedMethods(
string address
)
Public Function GetAllowedMethods (
address As String
) As String()
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
StringReturn names of allowed methods.
See Also